Skip to content

Instantly share code, notes, and snippets.

View aivarsk's full-sized avatar
🏠
Working from home

Aivars Kalvāns aivarsk

🏠
Working from home
View GitHub Profile
@aivarsk
aivarsk / solve_me.py
Last active May 7, 2025 16:37
solve_me() for Python3.11+
def solve_me(solution):
res = solution()
del res
if res:
print("Solved")
solution = lambda: [
g.write(b"\x09\x09\x09\x09")
for x, y, g in [
//
// CHALLENGE (work in pairs):
// Move from f(o) -> o.f() and sure that the code is CQS compliant.
//
// 1
class CsvParser<T extends Lines> {
Collection<T> parse(File location) {
}