Skip to content

Commit 9a5aec0

Browse files
committed
Normalizing
1 parent 43c9d72 commit 9a5aec0

File tree

24 files changed

+44
-4
lines changed

24 files changed

+44
-4
lines changed
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
3-
41
import pygame
52
from math import sin, cos, pi
63
from pymsgbox import alert
@@ -88,4 +85,3 @@
8885

8986
alert(state)
9087
pygame.quit()
91-

aoc/2025/02/normal/02_normal.vn.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Advent of code Day 02
2+
# https://adventofcode.com/2025/day/02
3+
# 02/12/2025
4+

aoc/2025/03/normal/03_normal.vn.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Advent of code Day 03
2+
# https://adventofcode.com/2025/day/03
3+
# 03/12/2025
4+

aoc/2025/04/normal/04_normal.vn.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Advent of code Day 04
2+
# https://adventofcode.com/2025/day/04
3+
# 04/12/2025
4+

aoc/2025/05/normal/05_normal.vn.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Advent of code Day 05
2+
# https://adventofcode.com/2025/day/05
3+
# 05/12/2025
4+

0 commit comments

Comments
 (0)