| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 | |
| 2 ### Code blocks | |
|
juliandoucette
2017/08/09 12:06:53
NIT: We didn't add support for code blocks in webs
ire
2017/08/09 16:50:30
Done.
| |
| 3 | |
| 4 ``` | |
| 5 /* Hello World program */ | |
| 6 | |
| 7 #include<stdio.h> | |
| 8 | |
| 9 main() | |
| 10 { | |
| 11 printf("Hello World"); | |
| 12 } | |
| 13 ``` | |
| OLD | NEW |