Skip to content

Commit 0371143

Browse files
authored
Update example.cpp
1 parent 0a90709 commit 0371143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ using namespace ascii;
66
int main()
77
{
88
Ascii a = Ascii(straight);
9-
a.print("u");
9+
a.print("F");
1010
return 0;
1111
}

0 commit comments

Comments
 (0)