This website works better with JavaScript.
Home
Explore
Help
Sign In
neko
/
owo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
update version number
master
neko
1 month ago
parent
f99cf77696
commit
fd3536e7dc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
owo.c
+ 1
- 1
owo.c
View File
@ -9,7 +9,7 @@ static void help() {
}
static
void
version
(
)
{
printf
(
"
v0.
1
\n
"
)
;
printf
(
"
v0.
2
\n
"
)
;
exit
(
EXIT_SUCCESS
)
;
}
Write
Preview
Loading…
Cancel
Save