YAPC::EU 2018 Glasgow Update!
This commit is contained in:
parent
22f33d4004
commit
4e2d22a71d
1170 changed files with 15042 additions and 3047 deletions
|
|
@ -11,7 +11,7 @@ struct months {
|
|||
int days, start_wday, at;
|
||||
} months[12] = {
|
||||
{ "January", 31, 0, 0 },
|
||||
{ "Februray", 28, 0, 0 },
|
||||
{ "February", 28, 0, 0 },
|
||||
{ "March", 31, 0, 0 },
|
||||
{ "April", 30, 0, 0 },
|
||||
{ "May", 31, 0, 0 },
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
# Project : Calendar
|
||||
# Date : 2018/06/05
|
||||
# Author : Gal Zsolt (~ CalmoSoft ~)
|
||||
# Email : <calmosoft@gmail.com>
|
||||
|
||||
load "guilib.ring"
|
||||
load "stdlib.ring"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue