Skip to content

Commit 2aed44c

Browse files
committed
Add logo with background
1 parent fceaa84 commit 2aed44c

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

examples/start/main.asa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Or individual components:
2525
create::string() #inline; #replaceable; {
2626
return *(#new string);
2727
}
28-
create::string(c : *char) #inline; {
28+
create :: string(c : *char) #inline; {
2929
s : string = string();
3030
puts("Creating new string from *char\n");
3131

media/ASA-background.png

106 KB
Loading

media/ASA.psd

33.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)