1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-30 01:50:25 +02:00

No objc highlighting, use cpp to fix errors

This commit is contained in:
Adam
2014-01-29 22:05:08 -08:00
parent 5ab214be72
commit 4a9b80d5f5
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ filename: LearnObjectiveC.m
Objective-C is the main programming language used by Apple for the OS X and iOS operating systems and their respective frameworks, Cocoa and Cocoa Touch.
It is a general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language.
```objective-c
```cpp
// Single-line comments start with //
/*