Skip to content

Instantly share code, notes, and snippets.

View SamiQu's full-sized avatar

SamiQussaireen SamiQu

View GitHub Profile
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});

Terms of Service

Don't spam the Discord bot.

Privacy Poliycy

All the data we store are only with IDs, so your data is pseudonymized. We do not store your messages. The data we store is accessible by using /data and you can get it deleted in our Discord support or by contacting @sayrix on Discord or on ticketbot+cryptowatcher@ik.me

#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/wait.h>
#define NUM_NUMBERS 5
int main() {
int pipefd[2];
pid_t producer_pid, consumer_pid;