Skip to content

Instantly share code, notes, and snippets.

View anuragbagri's full-sized avatar
🎯
Focusing

anurgabagri11 anuragbagri

🎯
Focusing
View GitHub Profile
@anuragbagri
anuragbagri / README.md
Created September 12, 2025 17:26 — forked from piyushgarg-dev/README.md
Kafka Crash Course
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.26;
contract Will_Contract {
uint totalMoney;
uint starttime ;
uint tenyear ;
address owner ;
address payable recipient ;
uint public lastseen ;