1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-25 22:18:27 +00:00

Stylistic changes

This commit is contained in:
Wayne Parham
2021-06-15 16:39:28 -05:00
parent 4db50e8e93
commit 11d81b1f43
11 changed files with 170 additions and 155 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ EXELIST_supervision = \
supervisionhello
EXELIST_sym1 = \
helloworld
notavailable
EXELIST_telestrat = \
ascii \
-8
View File
@@ -1,8 +0,0 @@
// Traditional "Hello World" program
#include <stdio.h>
int main(void) {
printf("Hello, World!\n");
return 0;
}