TestUser9 / gist:d76469c63a3443c88957612f802d39c0
0 likes
0 forks
1 files
Last active username/gist:d76469c63a3443c88957612f802d39c0
• Forked from1 | lmao |
username / gist:d76469c63a3443c88957612f802d39c0
1 likes
1 forks
1 files
Last active inhji/gist:d76469c63a3443c88957612f802d39c0
• Forked from1 | lmao |
inhji / gist:d76469c63a3443c88957612f802d39c0
0 likes
1 forks
1 files
Last active
1 | test |
OrbitalMartian / 2024 A Retrospective
0 likes
0 forks
1 files
Last active
title: 2024 - A Retrospective description: 2024 has given me so much. In this blost, I take a look back at 2024. date: 2025-01-01 draft: true tags:
- 2024
- Month Review
- Retrospective
templa / gist:8e48c7abec494c259ac19e89dc98288c
0 likes
0 forks
1 files
Last active
1 | use std::io; |
2 | |
3 | struct BankAccount { |
4 | account_holder: String, |
5 | balance: f64, |
6 | } |
7 | |
8 | impl BankAccount { |
9 | // Создание новой учетной записи |
10 | fn new(account_holder: String, initial_balance: f64) -> BankAccount { |
test / gist:53b43849ab2945889dddb9cd97104529
0 likes
0 forks
1 files
Last active
1 | цацуацуа |
misterslurpee / test.html
0 likes
0 forks
1 files
Last active
1 | <script src="./currentDate.js"></script> |
2 | |
3 | <h2>Today's Date</h2> |
4 | The current date is: <current-date></current-date> |
Newer
Older