| Line 1: |
Line 1: |
| − | Δ | + | This is a capital Greek delta: Δ |
| − | trying to save
| + | |
| | + | <syntaxhighlight lang="c"> |
| | + | #include <stdio.h> |
| | + | #include <stdlib.h> |
| | + | |
| | + | int main() |
| | + | { |
| | + | printf("Hello, World!\n"); |
| | + | return 0; |
| | + | } |
| | + | </syntaxhighlight> |
| | + | |
| | + | [[image:SSPM06_(2x2).jpg|left|thumb|50px]] |