mirror of
https://github.com/cc65/cc65.git
synced 2026-04-26 13:18:31 +00:00
Stylistic changes
This commit is contained in:
+1
-1
@@ -312,7 +312,7 @@ EXELIST_supervision = \
|
||||
supervisionhello
|
||||
|
||||
EXELIST_sym1 = \
|
||||
helloworld
|
||||
notavailable
|
||||
|
||||
EXELIST_telestrat = \
|
||||
ascii \
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
// Traditional "Hello World" program
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
printf("Hello, World!\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user