Skip to content

Instantly share code, notes, and snippets.

View s-c-p's full-sized avatar

S C P s-c-p

View GitHub Profile
@s-c-p
s-c-p / ac.py
Created November 23, 2023 15:54
"""
Commit with message "yo"
never commit untracked files
`git add` is user's responsibility. once added to tracker
has 2 settings
commitEvery=1 # minute
uploadEvery=10 # minute
singleDeveloper=True # default
works only when a `whatamIdoing` file exists and if not singleDeveloper then branch != main
"""
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
// This widget is the root of your application.